Skip to content

Skip AOTI tests on macOS CI and bump job timeout to 120 min#19887

Merged
SS-JIA merged 1 commit into
mainfrom
skip-aoti-macos
May 29, 2026
Merged

Skip AOTI tests on macOS CI and bump job timeout to 120 min#19887
SS-JIA merged 1 commit into
mainfrom
skip-aoti-macos

Conversation

@SS-JIA
Copy link
Copy Markdown
Contributor

@SS-JIA SS-JIA commented May 29, 2026

Summary

AOTI tests (llama3_2_vision and select extension/llm tests) hang indefinitely on macOS CI runners after the PyTorch 2.12 pin update. The hang is in native C/C++ code (inductor compilation / dlopen), which prevents faulthandler from producing a traceback.

  • Skip the 6 affected AOTI tests on macOS
  • Bump the macOS job timeout from 90 → 120 minutes (observed completion at ~79 min with skips)

Diagnosis is ongoing in #19886.

Test plan

  • macOS unittest jobs complete without timeout

Summary:
AOTI tests (llama3_2_vision and select extension/llm tests) hang
indefinitely on macOS CI runners after the PyTorch 2.12 pin update.
The hang is in native C/C++ code (inductor compilation / dlopen),
which prevents faulthandler from producing a traceback. Diagnosis
is ongoing in #19886.

Skip the affected tests and bump the macOS job timeout from the
default 90 to 120 minutes to add margin (observed completion at
~79 min with skips applied).

Co-Authored-By: Claude <noreply@anthropic.com>
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented May 29, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19887

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 Cancelled Job, 33 Pending

As of commit 2c32f92 with merge base 88faab2 (image):

CANCELLED JOB - The following job was cancelled. Please retry:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 29, 2026
@linux-foundation-easycla
Copy link
Copy Markdown

CLA Not Signed

@github-actions
Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@SS-JIA SS-JIA merged commit 10e2eec into main May 29, 2026
325 of 330 checks passed
@SS-JIA SS-JIA deleted the skip-aoti-macos branch May 29, 2026 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants